home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / educate / perlb161.zip / PERLIB32.EXE / 0 / RCDATA / TFRMSPLASH / TFRMSPLASH.txt
Text File  |  1997-04-27  |  2KB  |  91 lines

  1. object frmSplash: TfrmSplash
  2.   Left = 286
  3.   Top = 376
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   ClientHeight = 196
  7.   ClientWidth = 460
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 120
  15.   TextHeight = 16
  16.   object imgIcon: TImage
  17.     Left = 40
  18.     Top = 36
  19.     Width = 32
  20.     Height = 32
  21.     OnClick = SplashClick
  22.   end
  23.   object Label1: TLabel
  24.     Left = 116
  25.     Top = 20
  26.     Width = 313
  27.     Height = 20
  28.     AutoSize = False
  29.     Caption = 'BK Periodic Library - 32bit - Version 1.61'
  30.     Font.Color = clWindowText
  31.     Font.Height = -17
  32.     Font.Name = 'MS Sans Serif'
  33.     Font.Style = []
  34.     ParentFont = False
  35.     Transparent = True
  36.     OnClick = SplashClick
  37.   end
  38.   object Label2: TLabel
  39.     Left = 116
  40.     Top = 64
  41.     Width = 155
  42.     Height = 16
  43.     AutoSize = False
  44.     Caption = 'Designed and created by:'
  45.     Transparent = True
  46.     OnClick = SplashClick
  47.   end
  48.   object Label3: TLabel
  49.     Left = 116
  50.     Top = 84
  51.     Width = 209
  52.     Height = 16
  53.     AutoSize = False
  54.     Caption = 'Billy Klein - Computer Programming'
  55.     Transparent = True
  56.     OnClick = SplashClick
  57.   end
  58.   object Label4: TLabel
  59.     Left = 116
  60.     Top = 104
  61.     Width = 288
  62.     Height = 16
  63.     AutoSize = False
  64.     Caption = 'Copyright ∩┐╜ 1996 Bill Klein. All Rights Reserved.'
  65.     Transparent = True
  66.     OnClick = SplashClick
  67.   end
  68.   object Label5: TLabel
  69.     Left = 116
  70.     Top = 136
  71.     Width = 305
  72.     Height = 49
  73.     AutoSize = False
  74.     Caption = 
  75.       'Unauthorized use, duplication, or distribution is strictly prohi' +
  76.       'bited by law.'
  77.     Font.Color = clWindowText
  78.     Font.Height = -13
  79.     Font.Name = 'MS Sans Serif'
  80.     Font.Style = [fsBold]
  81.     ParentFont = False
  82.     Transparent = True
  83.     OnClick = SplashClick
  84.   end
  85.   object tmrSplash: TTimer
  86.     OnTimer = tmrSplashTimer
  87.     Left = 42
  88.     Top = 113
  89.   end
  90. end
  91.